home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 4
/
PC World Interactive 4.iso
/
oyun
/
patien20.exe
/
MANIFEST
< prev
next >
Wrap
Text File
|
1997-11-21
|
564b
|
28 lines
defaults
# The name of the program being installed.
$name = "Patience v2.0"
# Defaults - can be overridden by the user.
$dstdir = c:\games\patience
$group = Games
# Delete files after copying them.
$cleanup = yes
end
# Files to install, and where. (defaults to $dstdir)
install
copy readme
copy patience.exe
copy patience.hlp
copy patience.ini
copy sdn.id
copy register.exe
copy register.hlp
# Icons to make (if the user wants), in the group chosen.
icon Patience $dstdir\patience.exe
end